widget: Correctly handle which widgets to include in the clip
authorBenjamin Otte <otte@redhat.com>
Thu, 22 Jan 2015 13:33:26 +0000 (14:33 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 22 Jan 2015 15:25:35 +0000 (16:25 +0100)
commitd879a1360052df1ae504258c178b130f66cea47b
treed012ea30b444e0dc435e07d49b63b808c4c57413
parentbd31310c40de64add4aa813315216685ef224a77
widget: Correctly handle which widgets to include in the clip

Previously, we would not include any child widget on the first
allocation, which happens right after realize(), but before map(). No
widget is drawable at that point.
gtk/gtkwidget.c